Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chip-tool] Add pairing already-discovered command #24917

Merged
merged 3 commits into from
Feb 9, 2023
Merged

[chip-tool] Add pairing already-discovered command #24917

merged 3 commits into from
Feb 9, 2023

Conversation

yufengwangca
Copy link
Contributor

Since we need to keep the pair by ip address API in SDK to support Java JNI implementation and already shipped Darwin software, we should have some way to exercise this API.

Add 'pairing already-discoverred' command in chip-tool

@github-actions
Copy link

github-actions bot commented Feb 8, 2023

PR #24917: Size comparison from e32359f to 324f52c

Decreases (1 build for cc32xx)
platform target config section e32359f 324f52c change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20130724 20130723 -1 -0.0
Full report (1 build for cc32xx)
platform target config section e32359f 324f52c change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 640113 640113 0 0.0
(read/write) 204084 204084 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197488 197488 0 0.0
.comment 194 194 0 0.0
.data 1476 1476 0 0.0
.debug_abbrev 928401 928401 0 0.0
.debug_aranges 87336 87336 0 0.0
.debug_frame 299792 299792 0 0.0
.debug_info 20130724 20130723 -1 -0.0
.debug_line 2649331 2649331 0 0.0
.debug_loc 2785586 2785586 0 0.0
.debug_ranges 280656 280656 0 0.0
.debug_str 2978943 2978943 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105593 105593 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 375660 375660 0 0.0
.symtab 255728 255728 0 0.0
.text 532396 532396 0 0.0

@github-actions
Copy link

github-actions bot commented Feb 8, 2023

PR #24917: Size comparison from e32359f to fca0b0f

Increases above 0.2%:

platform target config section e32359f fca0b0f change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20130724 20194648 63924 0.3
.debug_str 2978943 3001804 22861 0.8
Increases (1 build for cc32xx)
platform target config section e32359f fca0b0f change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 640113 640233 120 0.0
.debug_abbrev 928401 928439 38 0.0
.debug_aranges 87336 87352 16 0.0
.debug_frame 299792 299840 48 0.0
.debug_info 20130724 20194648 63924 0.3
.debug_line 2649331 2649781 450 0.0
.debug_loc 2785586 2785870 284 0.0
.debug_ranges 280656 280720 64 0.0
.debug_str 2978943 3001804 22861 0.8
.strtab 375660 375840 180 0.0
.symtab 255728 255856 128 0.1
.text 532396 532524 128 0.0
Decreases (1 build for cc32xx)
platform target config section e32359f fca0b0f change % change
cc32xx lock CC3235SF_LAUNCHXL .rodata 105593 105585 -8 -0.0
Full report (1 build for cc32xx)
platform target config section e32359f fca0b0f change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 640113 640233 120 0.0
(read/write) 204084 204084 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197488 197488 0 0.0
.comment 194 194 0 0.0
.data 1476 1476 0 0.0
.debug_abbrev 928401 928439 38 0.0
.debug_aranges 87336 87352 16 0.0
.debug_frame 299792 299840 48 0.0
.debug_info 20130724 20194648 63924 0.3
.debug_line 2649331 2649781 450 0.0
.debug_loc 2785586 2785870 284 0.0
.debug_ranges 280656 280720 64 0.0
.debug_str 2978943 3001804 22861 0.8
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105593 105585 -8 -0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 375660 375840 180 0.0
.symtab 255728 255856 128 0.1
.text 532396 532524 128 0.0

@yufengwangca yufengwangca enabled auto-merge (squash) February 9, 2023 03:12
@yufengwangca yufengwangca disabled auto-merge February 9, 2023 05:08
@yufengwangca yufengwangca enabled auto-merge (squash) February 9, 2023 05:08
@yufengwangca yufengwangca merged commit a699913 into project-chip:master Feb 9, 2023
lpbeliveau-silabs pushed a commit to lpbeliveau-silabs/connectedhomeip that referenced this pull request Feb 13, 2023
* [chip-tool] Add pairing already-discovered command

* Address review comments

* Use PairingNetworkType::None instead of PairingNetworkType::Network
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
* [chip-tool] Add pairing already-discovered command

* Address review comments

* Use PairingNetworkType::None instead of PairingNetworkType::Network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants